/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	background: #1C5894;
	color: #818181;
 	font-size: 75%;
	line-height: 1.4em;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 2.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.1em; color: #7c6a22;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
 	width: 100%;
	overflow: auto;
	border: 1px solid #864132;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: 1px solid #f7f0e1;
	-moz-border-radius: 10px;
	color: #864132;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	color: #7f7f7f;
}

input{
	border: 1px solid #864132;
	color: #864132;
	background: #ebdfc7;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #864132;
	color: #864132;
	background: #ebdfc7;
}

a{
	color: #854031;
	text-decoration: none;
}

a:hover{
	color: #994839;
}

a:visited{
	color: #994839;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
*******************************************************************************/
#page{
 	background: transparent url(img/page.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entête
*******************************************************************************/
#top{
	height: 250px;
	/*padding-top: 20px;*/
 	background: transparent url(img/header.jpg) no-repeat center top;
}

	#top h1{
		height: 120px;
		line-height: 120px;
		margin: 0 20 10 0px;
		padding-top: 120px;
		padding-right: 60px;
		color: #1C5894;
		text-align: right;
	}
	
		#top h1 a{
			text-decoration: none;
			color: #1C5894;
			border-bottom: 1px solid #D1D8B0;
		}

/* Le prélude
*******************************************************************************/ 
#prelude{
color:#FFFFFF;
text-align:left;
padding:25px 0px 0px 20px;
}
#prelude a{
color:#FFFFFF;
}
/* Le contenu
*******************************************************************************/
.day-date{
	display:none;
}
	.post{
	padding: 0px 5px;
	border:solid 1px #F0EFEF;
}
.post-title{
	color: #b77140;
	padding-left: 25px;
	background: transparent url(img/puce.png) no-repeat left center;
	margin-bottom: 0;
	font-size: 1.5em;

}

	.post-title a{
		color: #b77140;
		background: transparent;
		text-decoration: none;
	}
	
.post-info{
	margin-top: 0;
	color: #99775e;
	background: transparent;
	padding-bottom: 1ex;
	text-transform: uppercase;
	font-size: 0.9em;
}

	.post-info a{
		color: #8d3e2d;
		background: transparent;
		text-decoration: none;
	}
	
.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	border-left: 5px solid #864132;
}

.post-info-co{
	text-align: right;
}

.post-info-co a{
	color: #92aa6e;
}

#trackbacks blockquote, #comments blockquote{
	margin: 1em 0;
	padding: 1ex 1em;
	background: #ebdfc7;
	color: #864132;
	-moz-border-radius: 10px;
}
#content{
margin-top:100px;
}
/* La barre de navigation
*******************************************************************************/
#sidebar div{
	color: inherit;
}

	#sidebar div ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

#sidebar li{
	border-bottom: 1px solid #efefef;
	padding-bottom: 2px;
	padding-left: -5px;
	color: #b92e0d;
	list-style-image: url(img/minipuce.png);
	list-style-position: inside;
}
#sidebar li:hover{
	border-bottom: 1px dashed #efefef;
}

#sidebar li:visited{
	color: #c86b28;
}

#sidebar h2, #sidebar h3{
	color: #7f7367;
	margin: 0 0 1ex 0;
	font-family: Georgia, Engravers MT;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
	
	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}

	#q{
		padding-left: 25px;
		background: #fff url(img/puce.png) no-repeat 1px center;
		color: #864132;
	}
	

	#sidebar div#calendar table{
		font-size: 0.8em;
		text-align: center;
		margin: 0 auto;
		border-collapse: collapse;
	}
	
	#sidebar div#calendar table caption{
		margin: 0 auto;
	}
	
	#sidebar div#calendar table th{
		color: #a36b5d;
		background: transparent;
	}
	
	#sidebar div#calendar table td{
		width: 14%;
		line-height: 2em;
		border: 1px solid #f7f0e1;
	}
	
	#sidebar div#calendar table td a{
		display: block;
		background: #a36b5d;
		color: #ebdfc7;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidebar div#calendar table td a:hover{
		background: #ebdfc7;
		color: #a36b5d;
	}

/* Le pied de page
*******************************************************************************/	
#footer{
	margin: 0;
	padding: 1em;
	background: transparent url(img/footer.jpg) no-repeat center bottom;
	height: 27px;
	color: #666;
	text-transform: uppercase;
	text-align: center;
}

#footer a{
	color: #7c7c7c;
}
